home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / aclock / frmsuppo.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-09-04  |  2.5 KB  |  89 lines

  1. VERSION 5.00
  2. Begin VB.Form frmSupport 
  3.    Caption         =   "Support Information"
  4.    ClientHeight    =   1680
  5.    ClientLeft      =   48
  6.    ClientTop       =   336
  7.    ClientWidth     =   3612
  8.    Icon            =   "frmSupport.frx":0000
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   1680
  13.    ScaleWidth      =   3612
  14.    StartUpPosition =   2  'CenterScreen
  15.    Begin VB.CommandButton cmdOK 
  16.       Caption         =   "&OK"
  17.       Default         =   -1  'True
  18.       Height          =   252
  19.       Left            =   2760
  20.       TabIndex        =   0
  21.       Top             =   1320
  22.       Width           =   732
  23.    End
  24.    Begin VB.Label Website 
  25.       Caption         =   "Website :"
  26.       Height          =   252
  27.       Left            =   240
  28.       TabIndex        =   4
  29.       Top             =   840
  30.       Width           =   3132
  31.    End
  32.    Begin VB.Label Email 
  33.       Caption         =   "E-Mail     :"
  34.       Height          =   252
  35.       Left            =   240
  36.       TabIndex        =   3
  37.       Top             =   600
  38.       Width           =   3132
  39.    End
  40.    Begin VB.Label Name 
  41.       Caption         =   "Name     :"
  42.       Height          =   252
  43.       Left            =   240
  44.       TabIndex        =   2
  45.       Top             =   360
  46.       Width           =   3132
  47.    End
  48.    Begin VB.Label Label1 
  49.       Alignment       =   2  'Center
  50.       Caption         =   "Author's Contact Information:"
  51.       Height          =   252
  52.       Left            =   240
  53.       TabIndex        =   1
  54.       Top             =   120
  55.       Width           =   2172
  56.    End
  57.    Begin VB.Line Line4 
  58.       X1              =   3480
  59.       X2              =   3480
  60.       Y1              =   240
  61.       Y2              =   1200
  62.    End
  63.    Begin VB.Line Line3 
  64.       X1              =   120
  65.       X2              =   3480
  66.       Y1              =   240
  67.       Y2              =   240
  68.    End
  69.    Begin VB.Line Line2 
  70.       X1              =   120
  71.       X2              =   3480
  72.       Y1              =   1200
  73.       Y2              =   1200
  74.    End
  75.    Begin VB.Line Line1 
  76.       X1              =   120
  77.       X2              =   120
  78.       Y1              =   240
  79.       Y2              =   1200
  80.    End
  81. Attribute VB_Name = "frmSupport"
  82. Attribute VB_GlobalNameSpace = False
  83. Attribute VB_Creatable = False
  84. Attribute VB_PredeclaredId = True
  85. Attribute VB_Exposed = False
  86. Private Sub cmdOK_Click()
  87. Unload Me
  88. End Sub
  89.